Thumbnail

data class Thumbnail(start: Double, end: Double, x: Int, y: Int, width: Int, height: Int, uri: Uri, text: String)

Represents a thumbnail image.

Constructors

Thumbnail
Link copied to clipboard
fun Thumbnail(start: Double, end: Double, x: Int, y: Int, width: Int, height: Int, uri: Uri, text: String)

Properties

end
Link copied to clipboard
val end: Double
The end time of the thumbnail.
height
Link copied to clipboard
val height: Int
The height of the thumbnail.
start
Link copied to clipboard
val start: Double
The start time of the thumbnail.
text
Link copied to clipboard
val text: String
The raw cue data.
uri
Link copied to clipboard
val uri: Uri
The URI of the sprite sheet.
width
Link copied to clipboard
val width: Int
The width of the thumbnail.
x
Link copied to clipboard
val x: Int
The horizontal offset of the thumbnail in its sprite sheet.
y
Link copied to clipboard
val y: Int
The vertical offset of the thumbnail in its sprite sheet.